ifPlainTextExport

Class: com.microstrategy.web.app.taglibs.IfPlainTextExportTag

Usage:

This custom tag returns true when the user has elected to execute a plain text export. For example:
<web:ifPlainTextExport runat="server" > <web:mthen runat="server" > Exporting to Plain Text... </web:mthen> </web:ifPlainTextExport>

Name Required? Description
bean false Indicates the name of the bean tthat will be used for evaluating the condition.
The name of the bean indicated has to be a valid bean on the page being displayed, otherwise the condition evaluation will return False by default.
beanName false  
runat true Indicates that the ASP.Net control should be processed on the server